• to check whether this test will executed

    1:12:27 PM / 00:00:06:822 Fail

    to check whether this test will executed
    10.16.2022 1:12:27 PM 10.16.2022 1:12:34 PM 00:00:06:822 · #test-id=1
    StatusTimestampDetails
    Pass 1:12:28 PM CIF2is entered successfully in user name
    Pass 1:12:29 PM Asdf@123is entered successfully in Password
    Pass 1:12:30 PM captcha code entered
    Pass 1:12:34 PM Alert Accepted
    Fail 1:12:34 PM test1 is failed
    Fail 1:12:34 PM org.openqa.selenium.NoAlertPresentException: no such alert (Session info: chrome=106.0.5249.119) Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'DESKTOP-L9LVG34', ip: '192.168.0.104', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.4.1' Driver info: org.openqa.selenium.chrome.ChromeDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 106.0.5249.119, chrome: {chromedriverVersion: 105.0.5195.52 (412c95e51883..., userDataDir: C:\Users\Admin\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:60353}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} Session ID: 9aa94502be8c3adf997ef0d24afeaca7
    Fail 1:12:34 PM [java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method), java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77), java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45), java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499), java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480), org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187), org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122), org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49), org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158), org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83), org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552), org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:609), org.openqa.selenium.remote.RemoteWebDriver$RemoteTargetLocator.alert(RemoteWebDriver.java:932), com.INB.pageFactory.BasePage.acceptAlert(BasePage.java:59), com.INB.pageFactory.HomePageRetail.clickOnLogout(HomePageRetail.java:14), com.INB.tests.TC_RetailLoginLogout.test1(TC_RetailLoginLogout.java:37), java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method), java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77), java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.base/java.lang.reflect.Method.invoke(Method.java:568), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133), org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598), org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173), org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46), org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824), org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146), org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146), org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), java.base/java.lang.Thread.run(Thread.java:833)]
  • check login logout functionality

    1:12:27 PM / 00:00:16:264 Fail

    check login logout functionality
    10.16.2022 1:12:27 PM 10.16.2022 1:12:44 PM 00:00:16:264 · #test-id=2
    StatusTimestampDetails
    Pass 1:12:28 PM CIF1is entered successfully in user name
    Pass 1:12:29 PM Asdf@123is entered successfully in Password
    Pass 1:12:30 PM captcha code entered
    Pass 1:12:33 PM LogIn button is clicked
    Fail 1:12:44 PM loginLogout is failed
    Fail 1:12:44 PM org.openqa.selenium.TimeoutException: Expected condition failed: waiting for presence of element located by: By.xpath: //*[@id="bs-example-navbar-collapse-1"]/ul/li[3]/a (tried for 10 second(s) with 500 milliseconds interval)
    Fail 1:12:44 PM [org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:95), org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:272), com.INB.Factories.ExplicitWaitFactory.performExplicitWait(ExplicitWaitFactory.java:24), com.INB.pageFactory.BasePage.click(BasePage.java:18), com.INB.pageFactory.HomePageRetail.clickOnLogout(HomePageRetail.java:13), com.INB.tests.TC_RetailLoginLogout.loginLogout(TC_RetailLoginLogout.java:23), java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method), java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77), java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.base/java.lang.reflect.Method.invoke(Method.java:568), org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133), org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:598), org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:173), org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46), org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:824), org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:146), org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146), org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128), java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136), java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), java.base/java.lang.Thread.run(Thread.java:833)]

Started

Oct 16, 2022 01:12:21 PM

Ended

Oct 16, 2022 01:12:44 PM

Tests Passed

0

Tests Failed

2

Tests
Log events

Timeline